.. _`Merge Tables`: .. _`org.sysess.data.table.mergetables`: Merge Tables ```````````` .. image:: merge.svg :width: 48 Merge tables on a shared index column Documentation ::::::::::::: Auto generated list version of :ref:`Merge Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: Input A, Input B. :Looped Outputs: Output. For details see the original node. Definition :::::::::: Input ports ........... **Input A** [table] Input A **Input B** [table] Input B Output ports ............ **Output** [table] Output Configuration ............. **Index column** (index) Index to join on, should exist in both input A and B. **Join operation** (operation) Join operation, determines which rows to output. **Suffix A** (suffix_a) Suffix for column names in A appearing in both A and B. **Suffix B** (suffix_b) Suffix for column names in B appearing in both A and B. Related nodes ............. * :ref:`org.sysess.data.table.mergetable` Implementation .............. .. automodule:: node_merge_tables :noindex: .. class:: MergeTables :noindex: